bitset: Fix typo
authorTimm Bäder <mail@baedert.org>
Tue, 28 Jul 2020 05:48:06 +0000 (07:48 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 28 Jul 2020 06:10:43 +0000 (08:10 +0200)
gtk/gtkbitset.c

index b4d8abb113235e35433977bffc432c329c481576..1d39918639f60b3619a8b5c0d5848b46b6551746 100644 (file)
@@ -32,7 +32,7 @@
  * #GtkBitset is a data structure for representing a set of unsigned integers.
  * Another name for this data structure is "bitmap".
  *
- * The current implemenation is based on [roaring bitmaps](https://roaringbitmap.org/).
+ * The current implementation is based on [roaring bitmaps](https://roaringbitmap.org/).
  *
  * A bitset allows adding a set of integers and provides support for set operations
  * like unions, intersections and checks for equality or if a value is contained